Namespace:  C1.LiveLinq.Indexing.Search
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public abstract TKey Key { get; }
Visual Basic
Public MustOverride ReadOnly Property Key As TKey
	Get

Return Value

The key of the IndexedGroup<(Of <(<'TKey, T>)>)>.

Implements

IGrouping<(Of <(<'TKey, TElement>)>)>..::..Key

See Also